home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00297.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  211 b   |  12 lines

  1. on exitFrame
  2.   global discsLoaded
  3.   if discsLoaded < 7 then
  4.     ChooseScanMovie()
  5.     if the movieRate of sprite 5 = 0 then
  6.       set the movieRate of sprite 5 to 1
  7.     end if
  8.   else
  9.     go("TEST")
  10.   end if
  11. end
  12.